Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: adds restart for supervisor gunicorn after deploy #9632

Merged
merged 1 commit into from
Oct 29, 2021

Conversation

gdixon
Copy link
Contributor

@gdixon gdixon commented Oct 27, 2021

Description

This PR will ensure we restart gunicorn (which is being managed by supervisord) following a deploy.

Note: after this has been deployed, we will need to go on to the app servers and run:

sudo systemctl stop gunicorn
sudo supervisorctl restart gitcoin_gunicorn

... one last time.

@gdixon gdixon merged commit 58db324 into stable Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants